From: Andrew Morton Date: Sun, 8 Jan 2006 09:00:29 +0000 (-0800) Subject: [PATCH] asm-generic/atomic.h needs types.h X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~48034 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/?a=commitdiff_plain;h=5998bf1ddb5fb236597190b2274d357add63fd7e;p=linux-4.9.git [PATCH] asm-generic/atomic.h needs types.h For BITS_PER_LONG Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/asm-generic/atomic.h b/include/asm-generic/atomic.h index e0a28b925ef0..0fada8f16dc6 100644 --- a/include/asm-generic/atomic.h +++ b/include/asm-generic/atomic.h @@ -8,6 +8,7 @@ * edit all arch specific atomic.h files. */ +#include /* * Suppport for atomic_long_t